Push Down List - définition. Qu'est-ce que Push Down List
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est Push Down List - définition

TYPE OF AUTOMATON
Push-down automaton; Pushdown automata; Stack automaton; Push-Down Automaton; Push-down automata; Push Down Automaton; Push down automaton; Pushdown autonoma; Pushdown transducer; Pushdown Transducer; Two-Stack Push Down Automaton; Nondeterministic pushdown automaton; Pushdown stack

Push Down List      
<programming> (PDL) In ITS days, the preferred MITism for stack. See overflow pdl. (1995-12-21)
drop-down list         
  • A drop-down list of [[search suggestions]]
USER INTERFACE ELEMENT
Drop-down box; Popup list; Drop-down menu; Dropdown menu; Drop menu; Drop Down Menu
drop-down menu         
  • A drop-down list of [[search suggestions]]
USER INTERFACE ELEMENT
Drop-down box; Popup list; Drop-down menu; Dropdown menu; Drop menu; Drop Down Menu

Wikipédia

Pushdown automaton

In the theory of computation, a branch of theoretical computer science, a pushdown automaton (PDA) is a type of automaton that employs a stack.

Pushdown automata are used in theories about what can be computed by machines. They are more capable than finite-state machines but less capable than Turing machines (see below). Deterministic pushdown automata can recognize all deterministic context-free languages while nondeterministic ones can recognize all context-free languages, with the former often used in parser design.

The term "pushdown" refers to the fact that the stack can be regarded as being "pushed down" like a tray dispenser at a cafeteria, since the operations never work on elements other than the top element. A stack automaton, by contrast, does allow access to and operations on deeper elements. Stack automata can recognize a strictly larger set of languages than pushdown automata. A nested stack automaton allows full access, and also allows stacked values to be entire sub-stacks rather than just single finite symbols.